Skip to content

Add @update-docs GitHub Action for documentation updates#10

Merged
richhankins merged 1 commit intomainfrom
github-add-k9e2
Jan 30, 2026
Merged

Add @update-docs GitHub Action for documentation updates#10
richhankins merged 1 commit intomainfrom
github-add-k9e2

Conversation

@richhankins
Copy link
Copy Markdown
Contributor

Summary

Adds the @update-docs GitHub Action that allows org members to trigger documentation updates by commenting @update-docs on a PR.

How it works

  1. When someone comments @update-docs on a PR (issue comment or review comment)
  2. The workflow checks out both this repo and the augmentcode/docs repo
  3. Uses augmentcode/augment-action to analyze the PR changes
  4. If docs need updating, creates a PR in the docs repo
  5. If no changes needed, comments explaining why

Security

Only runs for trusted users (OWNER, MEMBER, or COLLABORATOR).

Required secrets (org-level)

  • TULGA_GITHUB_PAT_TOKEN - PAT with write access to docs repo
  • AUGMENT_API_KEY - Augment API key
  • AUGMENT_API_URL (variable) - Augment API URL

These should already be configured at the org level (used by auggie-sdk-typescript).


Pull Request opened by Augment Code with guidance from the PR author

@richhankins
Copy link
Copy Markdown
Contributor Author

@update-docs

@richhankins richhankins merged commit e67e58a into main Jan 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants